Commits on May 8, 2017
  1. TST: replace "fprintf(0,...)" statements by "abs(...)" statements, be…

    …cause Matlab raises an error when trying to write to fid=0
    nno committed May 8, 2017
Commits on Dec 24, 2016
  1. ENH: Remove 'support' dir and tempfolder (#9)

    For now helper functions for classdef syntax check do not
    need to be shared, so them can go back to the test file itself.
    
    Tempfolder usage can be avoided to make test simpler.
    
    Additionally make whitespace consistent in test file.
    
    OBS: The function name assertSringContains was written using
    camelCase to be consistent with MOxUnit assertion helpers.
    Anderson Bravalheri committed with (none) Dec 24, 2016
Commits on Dec 20, 2016
  1. ENH: Bring back 'properties' opening check.

    Anderson Bravalheri committed with (none) Dec 20, 2016
  2. ENH: Improve #9 by extracting support functions

    Anderson Bravalheri committed with (none) Dec 20, 2016
  3. ENH: Improve #9 by merging file tests

    Anderson Bravalheri committed with (none) Dec 20, 2016
  4. ENH: Improve #9 quality according to revision

    Anderson Bravalheri committed with (none) Dec 20, 2016
Commits on Dec 18, 2016
  1. ENH: Add minimal classdef support for MOcovMFile

    Avoid prepending `mocov_line_covered` to:
    
    - `classdef`;
    - `properties` and `methods` section opening statements;
    - inside the entire `properties` section, since a limited subset of the
      M-file syntax is allowed.
    Anderson Bravalheri committed with (none) Dec 18, 2016
Commits on Jan 25, 2016
  1. BIG: major refactoring

    nno committed Dec 17, 2015