aboutsummaryrefslogtreecommitdiff
path: root/tests/tested_features.md
AgeCommit message (Collapse)Author
2017-07-30Remove Injector::unsafeGet. Also change Fruit tests to use a Fruit-internal ↵Marco Poletti
version of that (that returns a const pointer, in preparation for supporting const-only bindings).
2017-06-11Add a new PartialComponent#install() method that takes a function + args. ↵Marco Poletti
This has the potential of being much more efficient than the one that takes a Component; however for now it's just implemented as a wrapper around the old install() method.
2017-04-08Add some more Required<>-related tests.Marco Poletti
2017-04-08Report an error if Required<...> is passed as a non-first argument to ↵Marco Poletti
Component/NormalizedComponent. This is not supported, and it was hard to figure out the issue before (in some cases the Required<> type was just ignored). Also add relevant tests.
2017-01-02Add some e2e tests for PartialComponent::install().Marco Poletti
2017-01-01Add more e2e tests for Component/PartialComponent features.Marco Poletti
2016-12-10Improve test coverage for bind<>. Also forbid non-class types in bind<>.Marco Poletti
2016-12-10Improve test coverage for bindInstance, and report more user-friendly error ↵Marco Poletti
messages in some error cases.
2016-11-20Improve testing coverage of binding clashes using parameterized tests. Also ↵Marco Poletti
fix a few cases where a clashing interface binding was ignored instead of causing an error.
2016-11-19Add a Markdown document with the result of a (manual) assessment of the e2e ↵Marco Poletti
test coverage, in preparation for adding more tests.