/tests/src/test/java/org/sigmah/endtoend/fixture/AbstractContainer.java
http://sigma-h.googlecode.com/ · Java · 14 lines · 6 code · 4 blank · 4 comment · 0 complexity · d712691b4ff0bd01a7e2722347a9b64f MD5 · raw file
- /*
- * All Sigmah code is released under the GNU General Public License v3
- * See COPYRIGHT.txt and LICENSE.txt.
- */
-
- package org.sigmah.endtoend.fixture;
-
- public abstract class AbstractContainer {
-
- public AbstractContainer() {
- }
-
- public abstract String getUrl(String page);
- }