Re: Moose-dev Digest, Vol 129, Issue 10

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Moose-dev Digest, Vol 129, Issue 10

abdelghani ALIDRA
Perfect,
Thanks a lot Vincent :-)
Abdelghani

On 23 May 2017, at 12:00, [hidden email] wrote:

Date: Mon, 22 May 2017 13:57:53 +0200
From: Blondeau Vincent <[hidden email]>
To: Moose-related development <[hidden email]>
Subject: [Moose-dev] Re: unitary tests with moose models
Message-ID:
<[hidden email]>

Content-Type: text/plain; charset="utf-8"

Hi Abdel,

You can take a look in the package: Moose-Tests-SmalltalkImporter-LAN

The Smalltalk code to import some code from the image is :

       model := MooseModel new.
       MoosePharoImporterTask new
               importerClass: SmalltalkImporter;
               model: model;
               addFromPackageNamed: #'Moose-TestResources-LAN';
               run;
               yourself.

For the tests, I advise you to put your code sample in a separated package.

Cheers,
Vincent


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev