Preparing tests previous scaffolding.
This commit is contained in:
parent
17cd2882ba
commit
2f6a9eb37f
8
src/LepiterPlugins/LeDatabase.extension.st
Normal file
8
src/LepiterPlugins/LeDatabase.extension.st
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Extension { #name : #LeDatabase }
|
||||||
|
|
||||||
|
{ #category : #'*LepiterPlugins' }
|
||||||
|
LeDatabase >> addTestPage [
|
||||||
|
| page |
|
||||||
|
page := LePage new title: 'Test Page ',DateAndTime today asString.
|
||||||
|
^ self addPage: page.
|
||||||
|
]
|
5
src/LepiterPlugins/LeSnippetTest.class.st
Normal file
5
src/LepiterPlugins/LeSnippetTest.class.st
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Class {
|
||||||
|
#name : #LeSnippetTest,
|
||||||
|
#superclass : #TestCase,
|
||||||
|
#category : #LepiterPlugins
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user