2425262728293031
public class DiscoverFailsBootstrapTest { @Test(expectedExceptions = IllegalArgumentException.class) public void testDiscoverFails() { Bootstrap bootstrap = new WeldBootstrap(); bootstrap.startContainer(Environments.SE, null); } }