Package wpn.hdri.ss.data.attribute

Examples of wpn.hdri.ss.data.attribute.AttributeName


        Thread.sleep(7000);
        engine.stop();

        Multimap<AttributeName, AttributeValue<?>> values = engine.getLatestValues(AttributesManager.DEFAULT_ATTR_GROUP);

        assertSame(Value.NULL, Iterables.getFirst(values.asMap().get(new AttributeName("Test.Device", "Test.Attribute", null)), null).getValue());
//        this produces NPE because event based attribute has never been updated
//        assertEquals("NA", Iterables.getLast(values.values(),null).getValue().get());

        engine.shutdown();
    }
View Full Code Here

TOP

Related Classes of wpn.hdri.ss.data.attribute.AttributeName

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.