Skip to content

Commit

Permalink
Merge pull request #40 from astares/39-Categorize-tests-methods-in-AI…
Browse files Browse the repository at this point in the history
…GraphAlgorithmTest

Categorize tests methods in AIGraphAlgorithmTest
  • Loading branch information
astares authored Nov 23, 2023
2 parents 8b9f916 + d80661a commit 205f4af
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 205f4af

Please sign in to comment.