-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
830b09e
commit d32c651
Showing
46 changed files
with
487 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,41 @@ | ||
Class { | ||
#name : #OPControllerOfFsmTest, | ||
#superclass : #OPElementControllerTest, | ||
#category : #'OpenPonk-FSM-Tests' | ||
#name : 'OPControllerOfFsmTest', | ||
#superclass : 'OPElementControllerTest', | ||
#category : 'OpenPonk-FSM-Tests', | ||
#package : 'OpenPonk-FSM', | ||
#tag : 'Tests' | ||
} | ||
|
||
{ #category : #testing } | ||
{ #category : 'testing' } | ||
OPControllerOfFsmTest class >> isAbstract [ | ||
"Override to true if a TestCase subclass is Abstract and should not have | ||
TestCase instances built from it" | ||
|
||
^ self name = #OPControllerOfFsmTest | ||
] | ||
|
||
{ #category : #accessing } | ||
{ #category : 'accessing' } | ||
OPControllerOfFsmTest >> controllerClass [ | ||
^ self subclassResponsibility | ||
] | ||
|
||
{ #category : #accessing } | ||
{ #category : 'accessing' } | ||
OPControllerOfFsmTest >> diagramControllerClass [ | ||
|
||
^ OPFsmController | ||
] | ||
|
||
{ #category : #accessing } | ||
{ #category : 'accessing' } | ||
OPControllerOfFsmTest >> diagramModelClass [ | ||
^ OPFsm | ||
] | ||
|
||
{ #category : #accessing } | ||
{ #category : 'accessing' } | ||
OPControllerOfFsmTest >> modelClass [ | ||
^ self subclassResponsibility | ||
] | ||
|
||
{ #category : #tests } | ||
{ #category : 'tests' } | ||
OPControllerOfFsmTest >> testModelClass [ | ||
self assert: controller modelClass equals: self modelClass | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.