public static class MultiTest.SetupException
extends java.lang.Exception
Constructor and Description |
---|
SetupException(java.lang.String s)
Construct a new SetupException object that signals failure
with a corresponding message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isPassed()
Determines whether this SetupException signals failure or not.
|
static MultiTest.SetupException |
notApplicable(java.lang.String msg)
Creates a SetupException object which indicates that
this test is not applicable.
|
public SetupException(java.lang.String s)
s
- the string containing a commentpublic static MultiTest.SetupException notApplicable(java.lang.String msg)
msg
- a detail string, explaining why the test is "not applicable".public boolean isPassed()
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.