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 void
setUp()
void
tearDown()
void
testAddArg1()
K2hashQueue addvoid
testAddArg4()
K2hashQueue addvoid
testCount()
K2hashQueue countvoid
testEmpty()
K2hashQueue isEmptyvoid
testOfArg1()
K2hashQueue Constructorvoid
testOfArg3()
K2hashQueue Constructorvoid
testOfferArg1()
K2hashQueue offervoid
testOfferArg4()
K2hashQueue offervoid
testPeek()
K2hashQueue peekvoid
testPoll()
K2hashQueue pollvoid
testPollArgSleep()
K2hashQueue pollvoid
testPrint()
K2hashQueue printvoid
testRemoveArg()
K2hashQueue removevoid
testRemoveArgException()
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
-
-