Thanks to all! It works now!
Am 08.05.2013 14:39 schrieb Kees van Dieren i...@squins.com:
Another option is to use the TagTester:
TagTester tester = wicketTester.getTagByWicketId(containerId);
tester.getAttribute(name); // returns: anyDynamicValue
Best regards / Met vriendelijke groet,
Also check AttributeModifierTest in wicket-core/src/test/java/..
On Tue, May 7, 2013 at 5:31 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote:
attribute modifiers are behaviors, so use
component.getbehavior(AttributeModifier.class) to get it.
-igor
On Tue, May 7, 2013 at 8:24 AM, Dmitriy
Another option is to use the TagTester:
TagTester tester = wicketTester.getTagByWicketId(containerId);
tester.getAttribute(name); // returns: anyDynamicValue
Best regards / Met vriendelijke groet,
Kees van Dieren
Squins IT Solutions BV
Oranjestraat 30
2983 HS Ridderkerk
The Netherlands
attribute modifiers are behaviors, so use
component.getbehavior(AttributeModifier.class) to get it.
-igor
On Tue, May 7, 2013 at 8:24 AM, Dmitriy Neretin
dmitriy.nere...@googlemail.com wrote:
Hello,
Is it possible to unit test an AttributeModifier?
I have a simple component: