Skip to content

Commit

Permalink
Categorize tests methods in AIGraphAlgorithmTest
Browse files Browse the repository at this point in the history
Fix #39
  • Loading branch information
astares committed Nov 23, 2023
1 parent 8b9f916 commit d80661a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AI-Algorithms-Graph-Tests/AIGraphAlgorithmTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ AIGraphAlgorithmTest >> testAddNodesFromChildrenBlock [
self assert: (builder findNode: ByteSymbol) adjacentNodes isEmpty
]

{ #category : 'as yet unclassified' }
{ #category : 'tests' }
AIGraphAlgorithmTest >> testingAddingNodes [

|graphType graph dijkstra|
Expand All @@ -53,7 +53,7 @@ AIGraphAlgorithmTest >> testingAddingNodes [

]

{ #category : 'as yet unclassified' }
{ #category : 'tests' }
AIGraphAlgorithmTest >> testingFindingNodes [

|graphType graph dijkstra|
Expand All @@ -70,7 +70,7 @@ AIGraphAlgorithmTest >> testingFindingNodes [
self assert: Float infinity equals: (dijkstra findNode: $g) pathDistance.
]

{ #category : 'as yet unclassified' }
{ #category : 'tests' }
AIGraphAlgorithmTest >> testingNodeDictionary [

|graphType graph dijkstra|
Expand Down

0 comments on commit d80661a

Please sign in to comment.