TestContext tc = TestContext.getTestContext(requestContext());
tc.put(new String("MyBusinessObject"));
tc.put(new Integer(20));
tc.put(this);
Set keys = tc.keys();
for (Object key : keys) {
boolean has = TestLinkManager.instance().hasObjectInspectors(key);
if (has) {
List<TestInspectorLink> inspectors =
TestLinkManager.instance().getObjectInspectors(key);