* Test method for {@link org.apache.niolex.notify.Notify#replaceProperty(byte[], byte[])}.
*/
@Test
public void testReplaceProperty() {
Notify notify = App.instance().getNotify("/notify/test/tmp");
notify.replaceProperty("tmpkey".getBytes(), "Love this.".getBytes());
System.out.println("After --------- tmpkey -------------- change");
}
/**
* Test method for {@link org.apache.niolex.notify.Notify#onDataChange(byte[])}.