public class SignalTest
extends java.lang.Object
构造器和说明 |
---|
SignalTest() |
限定符和类型 | 方法和说明 |
---|---|
void |
completeState() |
void |
completeStateWithContext() |
void |
completeWithContextCreatesNewInstances() |
void |
completeWithoutContextIsSingleton() |
void |
equalsIgnoresContext() |
void |
errorState() |
void |
errorStateWithContext() |
void |
nextState() |
void |
nextStateWithContext() |
void |
subscribeState() |
void |
subscribeStateWithContext() |
void |
unmatchingSignal() |
@Test public void completeWithoutContextIsSingleton()
@Test public void completeWithContextCreatesNewInstances()
@Test public void completeStateWithContext()
@Test public void errorStateWithContext()
@Test public void nextStateWithContext()
@Test public void subscribeStateWithContext()
@Test public void completeState()
@Test public void errorState()
@Test public void nextState()
@Test public void subscribeState()
@Test public void unmatchingSignal()
@Test public void equalsIgnoresContext()