Files
bindx2/test/MetaTest.hx
T
2014-11-13 18:54:49 +02:00

19 lines
394 B
Haxe

package ;
import buddy.BuddySuite;
class MetaTest extends BuddySuite {
public function new() {
describe("bindx should inherit @bindable meta", {
before({
});
it("bindx inherit metadata bindable for public fields");
it("bindx inherit metadata params");
});
}
}