free_mutant/spec/unit/mutant/matcher
Markus Schirp d647563055 Refactor expression parsing and representation
* Avoids boot time mutation of REGISTER constant
* Allows to define project specific expression parsing
* Avoids custom (slow) serialization of Expression objects speeding up
  reporter / killer IPC
* Improve specification
* Improve integration API as it now finally references an object the config
* Allow reproduction of syntax from Expression#syntax
* Allow instantiation of Expresssion objects without generating the
  syntax, much nicer for most specs & internal code, avoids generating
  a string to parse it into an expression
* Fix LSP violation in Mutant::Matcher namespace
2015-06-21 14:44:33 +00:00
..
compiler Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00
method Fix rubocop warnings (that I wish where errors) 2015-06-14 23:56:10 +00:00
methods Redefine class in instance matcher spec 2015-05-13 22:57:44 -04:00
chain_spec.rb Use RSpec as receiver for rspec DSL methods 2014-08-10 21:04:07 +00:00
compiler_spec.rb Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00
filter_spec.rb Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00
namespace_spec.rb Refactor expression parsing and representation 2015-06-21 14:44:33 +00:00
null_spec.rb Use RSpec as receiver for rspec DSL methods 2014-08-10 21:04:07 +00:00