public static Exception exception;
@Deployment(testable = false)
public static WebArchive createDeployment() throws IOException {
WebArchive war = createServletDeployment(InjectorProvider.SPRING, "plugin.shiro.authc.remember");
war.addPackages(true, SimpleRealm.class.getPackage());
return war;
}
@Test
@InSequence(0)