package net.bytebuddy.implementation; import net.bytebuddy.test.utility.ObjectPropertyAssertion; import org.junit.Test; public class ImplementationSimpleTest { @Test public void testObjectProperties() throws Exception { ObjectPropertyAssertion.of(Implementation.Simple.class).apply(); } }