ReferenceTestResources

Description

I am a test resource used to test Moose smalltalk models

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Created
Nov. 26, 2018
Updated
Dec. 21, 2023
Topics
moose pharo

Categories

Testing System / OS

README excerpt

# ReferenceTestResources

I am a test resource used to test Moose smalltalk models.

## Description

Test resources for the Famix project.

## Installation

To install ReferenceTestResources on your Pharo image you can just execute the following script:

```Smalltalk
    Metacello new
    	githubUser: 'moosetechnology' project: 'ReferenceTestResources' commitish: 'v1.x.x' path: 'src';
    	baseline: 'ReferenceTestResources';
    	load
```

To add ReferenceTestResources to your baseline just add this:

```Smalltalk
    spec
    	baseline: 'ReferenceTestResources'
    	with: [ spec repository: 'github://moosetechnology/ReferenceTestResources:v1.x.x/src' ]
```

Note that you can replace the #v1.x.x by a branch as #master or #development or a tag as #v1.0.0, #v1.? or #v1.2.x.
← Back to results