summaryrefslogtreecommitdiff
path: root/lib/custodian/testfactory.rb
AgeCommit message (Expand)Author
2016-04-22More rubocop fixups.Steve Kemp
2015-07-29Ensure that protocol-handlers are lower-case.Steve Kemp
2015-04-16Test our enum-like type works as expected.Steve Kemp
2015-04-16Updated to use types for test-returns.Steve Kemp
2015-03-09Removed trailing whitespace from the codeSteve Kemp
2015-03-09Remove spaces inside empty hashesSteve Kemp
2015-03-09Use def with parentheses when there are parameters.Steve Kemp
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
2015-03-09Don't use parenthesis aroudn conditions in an if.Steve Kemp
2015-03-09Avoid "Array.new" and "Hash.new"Steve Kemp
2015-03-02Explicitly abort on unknown test-typesSteve Kemp
2015-02-18Minor commenting/whitespace fixups.Steve Kemp
2015-02-17Allow multiple handlers to register themselves forSteve Kemp
2012-11-25 Parse the "otherwise 'xxxx'." part of the tests.Steve Kemp
2012-11-24 The argument to our class factories must be a non-nil string.Steve Kemp
2012-11-24 Added test_type() to return the name this class was registered with.Steve Kemp
2012-11-24 Quote the test-type if we fail to create one.Steve Kemp
2012-11-23 Allow the test-factory to return the known-test types, and then test *each*...Steve Kemp
2012-11-23 Removed duplicate member-variables for subclasses.Steve Kemp
2012-11-23 Updated to allow the tests to be inverted via "must *not* run ..."Steve Kemp
2012-11-22 Removed JSON-decoding.Steve Kemp
2012-11-22 Updated comments. Added 'port'Steve Kemp
2012-11-22 Add accessfor for targetSteve Kemp
2012-11-22 Whitespace updates.Steve Kemp
2012-11-22 Moved TestFactory to the custodian-namespace.Steve Kemp
2012-11-22 RenamedSteve Kemp