MockApplication<?> app = application("plugin.binding.provider.create").init();
//
MockClient client = app.client();
MockViewBridge render = client.render();
assertEquals("pass", render.assertStringResponse());
}
@Test
public void testNotAssignable() throws Exception {
CompilerAssert<File, File> compiler = compiler("plugin.binding.provider.notassignable");