Class SemiSpaceTest
java.lang.Object
org.semispace.SemiSpaceTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected static classprotected class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetUp()voidvoidvoidvoidvoidAdd notification size test when having a lease which can be canceled.voidvoidvoidvoidvoidvoidvoidThe purpose of this test is to figure out what happens when you have a take in the notify.voidNotice that this test is for the benefit of terracotta - it does not have any meaning if not running within terracotta.voidNone of these operations should give NPE
-
Constructor Details
-
SemiSpaceTest
public SemiSpaceTest()
-
-
Method Details
-
setUp
@BeforeAll protected void setUp() -
testThatAdminCanBeSet
@Test public void testThatAdminCanBeSet()Notice that this test is for the benefit of terracotta - it does not have any meaning if not running within terracotta. (Terracotta ran this test green in 2.5.2) -
testIssueWithMaxLong
@Test public void testIssueWithMaxLong() -
testRetrievalOfHolderById
- Throws:
InterruptedException
-
testRetrievePropertiesFromObject
@Test public void testRetrievePropertiesFromObject() -
testRetrieveAdminPropertiesFromObject
@Test public void testRetrieveAdminPropertiesFromObject() -
testThatOperationsWithNullValuesAreNotFatal
@Test public void testThatOperationsWithNullValuesAreNotFatal()None of these operations should give NPE -
testSimpleWrite
@Test public void testSimpleWrite() -
testSimpleWriteOf3Elements
@Test public void testSimpleWriteOf3Elements() -
testStatistics
@Test public void testStatistics() -
testNotificationStatistics
Add notification size test when having a lease which can be canceled.- Throws:
InterruptedException
-
testTakeDuringNotify
The purpose of this test is to figure out what happens when you have a take in the notify. All elements should get notified, even when it does not exist anymore.- Throws:
InterruptedException
-
testExtensionOfListener
- Throws:
InterruptedException
-
testLeaseCancel
- Throws:
InterruptedException
-
testLeaseRenew
- Throws:
InterruptedException
-