Package ax.antpick.k2hash
Class K2hashQueueTest
- java.lang.Object
-
- ax.antpick.k2hash.K2hashQueueTest
-
public class K2hashQueueTest extends Object
- Author:
- hiwakaba
-
-
Constructor Summary
Constructors Constructor Description K2hashQueueTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestAddArg1()K2hashQueue addvoidtestAddArg4()K2hashQueue addvoidtestCount()K2hashQueue countvoidtestEmpty()K2hashQueue isEmptyvoidtestOfArg1()K2hashQueue ConstructorvoidtestOfArg3()K2hashQueue ConstructorvoidtestOfferArg1()K2hashQueue offervoidtestOfferArg4()K2hashQueue offervoidtestPeek()K2hashQueue peekvoidtestPoll()K2hashQueue pollvoidtestPollArgSleep()K2hashQueue pollvoidtestPrint()K2hashQueue printvoidtestRemoveArg()K2hashQueue removevoidtestRemoveArgException()K2hashQueue remove
-
-
-
Method Detail
-
setUp
@BeforeEach public void setUp()
-
tearDown
@AfterEach public void tearDown()
-
testOfArg1
public void testOfArg1()
K2hashQueue Constructor
-
testOfArg3
public void testOfArg3()
K2hashQueue Constructor
-
testEmpty
public void testEmpty()
K2hashQueue isEmpty
-
testCount
public void testCount()
K2hashQueue count
-
testPeek
public void testPeek()
K2hashQueue peek
-
testOfferArg1
public void testOfferArg1()
K2hashQueue offer
-
testOfferArg4
public void testOfferArg4()
K2hashQueue offer
-
testPoll
public void testPoll()
K2hashQueue poll
-
testPollArgSleep
public void testPollArgSleep()
K2hashQueue poll
-
testAddArg1
public void testAddArg1()
K2hashQueue add
-
testAddArg4
public void testAddArg4()
K2hashQueue add
-
testRemoveArg
public void testRemoveArg()
K2hashQueue remove
-
testRemoveArgException
public void testRemoveArgException()
K2hashQueue remove
-
testPrint
public void testPrint()
K2hashQueue print
-
-