public static void test_eolian() { test.ITesting obj = new test.Testing(); eina.Strbuf buf = new eina.Strbuf(); obj.AppendToStrbuf(buf, "Appended"); obj.AppendToStrbuf(buf, " to buf"); Test.AssertEquals("Appended to buf", buf.Steal()); }