Skip to content

Commit

Permalink
reworking tests - wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jun 30, 2024
1 parent 6ef4768 commit fd0c8c4
Show file tree
Hide file tree
Showing 23 changed files with 965 additions and 648 deletions.
13 changes: 13 additions & 0 deletions repository/OpenPonk-Core/OPAbstractDiagramControllerTest.class.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Class {
#name : 'OPAbstractDiagramControllerTest',
#superclass : 'OPBaseControllerTest',
#category : 'OpenPonk-Core-Controllers - Tests',
#package : 'OpenPonk-Core',
#tag : 'Controllers - Tests'
}

{ #category : 'testing' }
OPAbstractDiagramControllerTest class >> isAbstract [

^ self = OPAbstractDiagramControllerTest
]
Loading

0 comments on commit fd0c8c4

Please sign in to comment.