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 voidsetUp()voidtearDown()voidtestAddArg1()K2hashKeyQueue addvoidtestAddArg4()K2hashKeyQueue addvoidtestCount()K2hashKeyQueue countvoidtestEmpty()K2hashKeyQueue isEmptyvoidtestOfArg1()K2hashKeyQueue ConstructorvoidtestOfArg2()K2hashKeyQueue ConstructorvoidtestOfArg3()K2hashKeyQueue ConstructorvoidtestOfferArg1()K2hashKeyQueue offervoidtestOfferArg4()K2hashKeyQueue offervoidtestPeek()K2hashKeyQueue peekvoidtestPeekArg2()K2hashKeyQueue peekvoidtestPoll()K2hashKeyQueue pollvoidtestPollArgSleep()K2hashKeyQueue pollvoidtestPrint()K2hashKeyQueue printvoidtestRemoveArg()K2hashKeyQueue removevoidtestRemoveArg1()K2hashKeyQueue removevoidtestRemoveArgException()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
-
-