Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Berkeley-CS61B/skeleton-sp23
/ functions
Functions
684 in github.com/Berkeley-CS61B/skeleton-sp23
⨍
Functions
684
◇
Types & classes
147
Method
testBasic
()
proj0/tests/aoa/choosers/EvilChooserTest.java:16
Method
testBiggerCase
()
proj0/tests/aoa/choosers/EvilChooserTest.java:55
Method
testBombPhase0
()
lab02/tests/bomb/BombTest.java:28
Method
testBombPhase1
()
lab02/tests/bomb/BombTest.java:36
Method
testBombPhase2
()
lab02/tests/bomb/BombTest.java:44
Method
testClear
()
lab08/tests/hashmap/TestMyHashMap.java:39
Method
testCommon
()
hw0b/tests/ListExercisesTest.java:38
Method
testConflictExists
Test that hello.txt has a conflict, or that the conflict has been resolved appropriately.
lab05/tests/conflict/ConflictTest.java:21
Method
testContainsKey
()
lab08/tests/hashmap/TestMyHashMap.java:62
Method
testCorrectGuesses
()
proj0/tests/aoa/choosers/RandomChooserTest.java:65
Method
testCountHistory
()
proj2a/ngordnet/ngrams/NGramMapTest.java:15
Method
testCountOccurrencesOfC
()
hw0b/tests/ListExercisesTest.java:54
Method
testCountWords
()
hw0b/tests/MapExercisesTest.java:42
Method
testECLargeLength
()
proj0/tests/aoa/choosers/EvilChooserTest.java:143
Method
testECMedLength
()
proj0/tests/aoa/choosers/EvilChooserTest.java:151
Method
testECNegativeLength
()
proj0/tests/aoa/choosers/EvilChooserTest.java:135
Method
testEdgeCases
()
lab08/tests/hashmap/TestMyHashMap.java:225
Method
testEvens
()
hw0b/tests/ListExercisesTest.java:26
Method
testFreqMapLargeFile
()
proj0/tests/aoa/guessers/NaiveLetterFreqGuesserTest.java:31
Method
testFreqMapSmallFile
()
proj0/tests/aoa/guessers/NaiveLetterFreqGuesserTest.java:14
Method
testFromSpec
()
proj2a/ngordnet/ngrams/TimeSeriesTest.java:15
Method
testFunctionality
()
lab08/tests/hashmap/TestMyHashMap.java:125
Method
testGame
(CaptureSystemOutput.OutputCapture capture)
lab03/tests/adventure/AdventureGameTests.java:68
Method
testGenerics
()
lab08/tests/hashmap/TestMyHashMap.java:25
Method
testGet
()
lab08/tests/hashmap/TestMyHashMap.java:79
Method
testGetGuess
()
proj0/tests/aoa/guessers/NaiveLetterFreqGuesserTest.java:45
Method
testGetGuess
(String msg, String pattern, List<Character> guesses, char expected)
proj0/tests/aoa/guessers/PAGALetterFreqGuesserIntegrationTest.java:44
Method
testGetGuessBlankPattern
()
proj0/tests/aoa/guessers/PatternAwareLetterFreqGuesserTest.java:13
Method
testGetGuessBlankThen_o__Pattern
()
proj0/tests/aoa/guessers/PAGALetterFreqGuesserTest.java:11
Method
testGetGuess_e__PatternIfLACDGuessed
()
proj0/tests/aoa/guessers/PatternAwareLetterFreqGuesserTest.java:75
Method
testGetGuess_e__PatternUntilCool
()
proj0/tests/aoa/guessers/PatternAwareLetterFreqGuesserTest.java:51
Method
testGetGuess_e__PatternUntilCool
()
proj0/tests/aoa/guessers/PAGALetterFreqGuesserTest.java:41
Method
testGetGuess_o__Pattern
()
proj0/tests/aoa/guessers/PatternAwareLetterFreqGuesserTest.java:32
Method
testGetGuess_o__Pattern
()
proj0/tests/aoa/guessers/PAGALetterFreqGuesserTest.java:30
Method
testGetGuess_o__a_PatternLargeFile
()
proj0/tests/aoa/guessers/PatternAwareLetterFreqGuesserTest.java:86
Method
testGetGuess_o__a_PatternLargeFile
()
proj0/tests/aoa/guessers/PAGALetterFreqGuesserTest.java:61
Method
testLetterToNum
()
hw0b/tests/MapExercisesTest.java:15
Method
testNoFields
()
proj0/tests/aoa/guessers/PAGALetterFreqGuesserIntegrationTest.java:23
Method
testNoMapFieldEC
()
proj0/tests/aoa/choosers/EvilChooserIntegrationTest.java:23
Method
testNoMapFieldRC
()
proj0/tests/aoa/choosers/RandomChooserIntegrationTest.java:24
Method
testOnLargeFile
()
proj2a/ngordnet/ngrams/NGramMapTest.java:44
Method
testPlayGameWithEvilChooser
(Map<String, String> arguments, String expectedOutput, CaptureSystemOutput.OutputCapture capture)
proj0/tests/aoa/choosers/EvilChooserIntegrationTest.java:39
Method
testPlayGameWithRandomChooser
(Map<String, String> arguments, String expectedOutput, CaptureSystemOutput.OutputCapture capture)
proj0/tests/aoa/choosers/RandomChooserIntegrationTest.java:40
Method
testPluckTheAString
()
proj1c/tests/TestGuitarString.java:15
Method
testProduct
Performs a few arbitrary tests to see if the product method is correct
lab01/tests/ArithmeticTest.java:15
Method
testPut
()
lab08/tests/hashmap/TestMyHashMap.java:112
Method
testPuzzle
()
lab05/tests/puzzle/PuzzleTest.java:20
Method
testRCLargeLength
()
proj0/tests/aoa/choosers/RandomChooserTest.java:123
Method
testRCMedLength
()
proj0/tests/aoa/choosers/RandomChooserTest.java:131
Method
testRCNegativeLength
()
proj0/tests/aoa/choosers/RandomChooserTest.java:115
Method
testRemove
()
lab08/tests/hashmap/TestMyHashMapExtra.java:13
Method
testRemoveRoot
()
lab07/tests/TestBSTMapExtra.java:40
Method
testRemoveRootEdge
()
lab07/tests/TestBSTMapExtra.java:88
Method
testRemoveThreeCases
Remove Test 2 Test the 3 different cases of remove
lab08/tests/hashmap/TestMyHashMapExtra.java:34
Method
testRemoveThreeCases
()
lab07/tests/TestBSTMapExtra.java:61
Method
testResize
Tests that the backing array is resized when the load factor is exceeded. In addition, times out if it takes too long (e.g. arithmetically instead of
lab08/tests/hashmap/TestMyHashMap.java:175
Method
testReturnedOccurrences
()
proj0/tests/aoa/choosers/RandomChooserTest.java:90
Method
testSample
()
proj1c/tests/TestGuitarString.java:26
Method
testSecret
Test that secret.txt contains the correct secret.
lab05/tests/puzzle/PuzzleTest.java:31
Method
testSize
()
lab08/tests/hashmap/TestMyHashMap.java:95
Method
testSmallNumberOfFieldsEC
()
proj0/tests/aoa/choosers/EvilChooserIntegrationTest.java:30
Method
testSmallNumberOfFieldsRC
()
proj0/tests/aoa/choosers/RandomChooserIntegrationTest.java:31
Method
testSpec
()
proj0/tests/aoa/choosers/EvilChooserTest.java:27
Method
testSquares
()
hw0b/tests/MapExercisesTest.java:27
Method
testStage
(Class<?> stage, CaptureSystemOutput.OutputCapture capture)
lab03/tests/adventure/AdventureGameTests.java:60
Method
testStageCorrect
(String stage, CaptureSystemOutput.OutputCapture capture)
lab02/tests/adventure/AdventureGameTests.java:34
Method
testStageIncorrect
(String stage, CaptureSystemOutput.OutputCapture capture)
lab02/tests/adventure/AdventureGameTests.java:42
Method
testSum
()
hw0b/tests/ListExercisesTest.java:15
Method
testSum
Performs a few arbitrary tests to see if the sum method is correct
lab01/tests/ArithmeticTest.java:25
Method
testThatCorrectWordIsSelected
()
proj0/tests/aoa/choosers/RandomChooserTest.java:36
Method
testThatSelectedWordIsInDictionary
()
proj0/tests/aoa/choosers/RandomChooserTest.java:19
Method
testTic
()
proj1c/tests/TestGuitarString.java:42
Method
testTicCalculations
()
proj1c/tests/TestGuitarString.java:58
Method
testTimeAListConstruction
()
lab03/tests/timing/TimingExperimentTest.java:22
Method
testTimeSLListGetLast
()
lab03/tests/timing/TimingExperimentTest.java:38
Method
testWrongGuess
()
proj0/tests/aoa/choosers/RandomChooserTest.java:52
Method
toList
Returns a List copy of the deque. Does not alter tne deque. @return a new list copy of the deque.
proj1b/src/Deque.java:28
Method
toList
Returns a List copy of the deque. Does not alter tne deque. @return a new list copy of the deque.
proj1a/src/Deque.java:28
Method
toList
Returns a List copy of the deque. Does not alter tne deque. @return a new list copy of the deque.
proj1c/src/deque/Deque.java:30
Method
toString
()
lab03/src/adventure/AdventureGame.java:81
Method
treeTest
()
lab07/tests/TestBSTMap.java:96
Function
v
(a,b)
proj2a/static/jquery.min.js:2
Method
write
(int b)
lab02/tests/helpers/CaptureSystemOutput.java:166
Method
write
(int b)
lab03/tests/helpers/CaptureSystemOutput.java:166
← previous
601–684 of 684, ranked by callers