Skip to content

Releases: massiveinteractive/mockatoo

3.2.1

17 Nov 22:21

Choose a tag to compare

3.2.1 - fix for @:mock & test classes with existing setup/teardown functions

Version 3.2.0

17 Nov 08:49

Choose a tag to compare

Generate mocks via metadata by implementing Mockatoo.MockTest (requires munit)

class SomeTest implements mockatoo.MockTest
{
    @:mock var mock:SomeClass;
    @:spy var spy:SomeSpy;

    @Test
    public function someTestCase()
    {
        mock.something().returns("hello");
        ...
    }
}

3.1.7

10 Nov 22:28

Choose a tag to compare

Fixes for abstract types, Map.IMap

Fixed issue with stubbing `this.mock`

29 Jun 02:19

Choose a tag to compare

Merge pull request #7 from misprintt/master

3.1.5 - issue with stubbing mock declared as instance variable

3.1.4

24 Jun 00:55

Choose a tag to compare

Fixed issues with mocks defined in instance variables (this.mock.foo().verify)

Various Fixes

15 Jun 10:47

Choose a tag to compare

Merge pull request #5 from misprintt/master

Updated to 3.1.3

Updated dev dependencies for CI

27 Apr 23:04

Choose a tag to compare

Merge pull request #4 from misprintt/master

3.0.3

3.0.1

27 Apr 04:45

Choose a tag to compare

Merge pull request #2 from misprintt/master

sync with 3.0.1

Release 3.0.0 - updated for haxe 3.1

27 Apr 03:23

Choose a tag to compare

Merge pull request #1 from misprintt/master

Sync with origin (3.0.0)