use of org.apache.wicket.settings.FrameworkSettings in project wicket by apache.
the class ApplicationSettingsTest method testFrameworkVersion.
/**
*/
@Test
public void testFrameworkVersion() {
FrameworkSettings settings = new FrameworkSettings(new MockApplication());
assertEquals("n/a", settings.getVersion());
}
Aggregations