aboutsummaryrefslogtreecommitdiff
path: root/tests/tested_features.md
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2017-06-11 11:48:37 +0100
committerMarco Poletti <poletti.marco@gmail.com>2017-06-11 11:48:58 +0100
commit09843e08146cbcde5eae14bcae3a40c1e92d14cb (patch)
tree0693bef04f64e455415770ac690d1a448f4f9802 /tests/tested_features.md
parentfef4823708f167a8267ff817fb54da441a57e0c1 (diff)
downloadgoogle-fruit-09843e08146cbcde5eae14bcae3a40c1e92d14cb.tar.gz
Add a new PartialComponent#install() method that takes a function + args. 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.
Diffstat (limited to 'tests/tested_features.md')
-rw-r--r--tests/tested_features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tested_features.md b/tests/tested_features.md
index 079e88e..06abe49 100644
--- a/tests/tested_features.md
+++ b/tests/tested_features.md
@@ -111,7 +111,7 @@
* move a PartialComponent
* construction of a Component from another Component
* construction of a Component from a PartialComponent
-* install()
+* install() (old and new style)
* Type already bound (various combinations, incl. binding+install)
* No binding found for abstract class
* Dependency loops