@PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class KnownFutureSpec_toString extends Object
Constructor and Description |
---|
KnownFutureSpec_toString() |
Modifier and Type | Method and Description |
---|---|
void |
returnsEmptyStringIfConstructorParameterIsWhiteSpaceOrEmpty() |
void |
returnsExpectedValueIfConstructorParameterIsNotWhiteSpaceOrEmpty() |
void |
returnsExpectedValueIfIfKnownFutureIsEmptyUserInfoFuture() |
void |
returnsNullIfConstructorParameterIsNull() |
public void returnsNullIfConstructorParameterIsNull()
public void returnsEmptyStringIfConstructorParameterIsWhiteSpaceOrEmpty()
public void returnsExpectedValueIfConstructorParameterIsNotWhiteSpaceOrEmpty()
public void returnsExpectedValueIfIfKnownFutureIsEmptyUserInfoFuture()