public class Name() {
public void setName(String name);
}
pico = new DPC(new CCAF(new SICAF()));
pico.registerComponentInstance("The Name");
pico.registerComponentImplementation(Name.class);
pico.verify() // throws in SICA.verify
Description
SICA.verify is currently not functional:
public class Name() {
public void setName(String name);
}
pico = new DPC(new CCAF(new SICAF()));
pico.registerComponentInstance("The Name");
pico.registerComponentImplementation(Name.class);
pico.verify() // throws in SICA.verify