Package ax.antpick.k2hash
Class K2hashKeyQueueTest
- java.lang.Object
-
- ax.antpick.k2hash.K2hashKeyQueueTest
-
public class K2hashKeyQueueTest extends Object
- Author:
- hiwakaba
-
-
Constructor Summary
Constructors Constructor Description K2hashKeyQueueTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testAddArg1()
K2hashKeyQueue addvoid
testAddArg4()
K2hashKeyQueue addvoid
testCount()
K2hashKeyQueue countvoid
testEmpty()
K2hashKeyQueue isEmptyvoid
testOfArg1()
K2hashKeyQueue Constructorvoid
testOfArg2()
K2hashKeyQueue Constructorvoid
testOfArg3()
K2hashKeyQueue Constructorvoid
testOfferArg1()
K2hashKeyQueue offervoid
testOfferArg4()
K2hashKeyQueue offervoid
testPeek()
K2hashKeyQueue peekvoid
testPeekArg2()
K2hashKeyQueue peekvoid
testPoll()
K2hashKeyQueue pollvoid
testPollArgSleep()
K2hashKeyQueue pollvoid
testPrint()
K2hashKeyQueue printvoid
testRemoveArg()
K2hashKeyQueue removevoid
testRemoveArg1()
K2hashKeyQueue removevoid
testRemoveArgException()
K2hashKeyQueue remove
-
-
-
Method Detail
-
setUp
@BeforeEach public void setUp()
-
tearDown
@AfterEach public void tearDown()
-
testOfArg1
public void testOfArg1()
K2hashKeyQueue Constructor
-
testOfArg2
public void testOfArg2()
K2hashKeyQueue Constructor
-
testOfArg3
public void testOfArg3()
K2hashKeyQueue Constructor
-
testEmpty
public void testEmpty()
K2hashKeyQueue isEmpty
-
testCount
public void testCount()
K2hashKeyQueue count
-
testPeek
public void testPeek()
K2hashKeyQueue peek
-
testPeekArg2
public void testPeekArg2()
K2hashKeyQueue peek
-
testOfferArg1
public void testOfferArg1()
K2hashKeyQueue offer
-
testOfferArg4
public void testOfferArg4()
K2hashKeyQueue offer
-
testPoll
public void testPoll()
K2hashKeyQueue poll
-
testPollArgSleep
public void testPollArgSleep()
K2hashKeyQueue poll
-
testAddArg1
public void testAddArg1()
K2hashKeyQueue add
-
testAddArg4
public void testAddArg4()
K2hashKeyQueue add
-
testRemoveArg
public void testRemoveArg()
K2hashKeyQueue remove
-
testRemoveArgException
public void testRemoveArgException()
K2hashKeyQueue remove
-
testRemoveArg1
public void testRemoveArg1()
K2hashKeyQueue remove
-
testPrint
public void testPrint()
K2hashKeyQueue print
-
-