Skip to content

Commit 6df9d71

Browse files
committed
Added simple WebFrameworkTest class
1 parent 7d6e8c1 commit 6df9d71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/org/javawebstack/framework/testing/WebFrameworkTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ public WebFrameworkTest(WebApplication webApplication){
1616
public HTTPTest getHttpTest() {
1717
return httpTest;
1818
}
19+
20+
public WebApplication getWebApplication() {
21+
return webApplication;
22+
}
1923
}

0 commit comments

Comments
 (0)