9 lines
196 B
Smalltalk
9 lines
196 B
Smalltalk
"
|
|
A GrafoscopioUtilsTest is a test class for testing the behavior of GrafoscopioUtils
|
|
"
|
|
Class {
|
|
#name : #GrafoscopioUtilsTest,
|
|
#superclass : #TestCase,
|
|
#category : #'Grafoscopio-Utils-Tests'
|
|
}
|