@RunWith(Arquillian.class)
public class NoIncludeStaticFilesTest extends StaticFilesTestBase {
@Deployment
public static WebArchive getDeployment() {
WebArchive archive = getTckDeployment(new TestContext()
.setAppEngineWebXmlFile("appengine-web-nostaticfiles.xml"));
createFile(archive, "/foo.html");
createFile(archive, "/foo/bar.html");
createFile(archive, "/excluded/bar.html");
createFile(archive, "/foo/bar.excluded.html");