summaryrefslogtreecommitdiff
path: root/embeddedobj/qa/embedding/EmbeddingTest.java
blob: bb57700abfedffbc7eac54673525c0943c683288 (plain)
1
2
3
4
5
6
7
package complex.embedding;

public interface EmbeddingTest
{
    boolean test();
}