From 04122dbd21276fc3c3e24970e6367add336b7a98 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Mon, 10 Nov 2014 14:16:56 -0800 Subject: [PATCH] Add Module and Application interfaces These interfaces are currently unused by the engine, but they are constructable. See apis.md for details. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/697873007 --- .../tests/modules/application-expected.txt | 5 +++++ .../src/flutter/tests/modules/application.sky | 14 ++++++++++++++ .../flutter/tests/modules/modules-expected.txt | 5 +++++ engine/src/flutter/tests/modules/modules.sky | 18 ++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 engine/src/flutter/tests/modules/application-expected.txt create mode 100644 engine/src/flutter/tests/modules/application.sky create mode 100644 engine/src/flutter/tests/modules/modules-expected.txt create mode 100644 engine/src/flutter/tests/modules/modules.sky diff --git a/engine/src/flutter/tests/modules/application-expected.txt b/engine/src/flutter/tests/modules/application-expected.txt new file mode 100644 index 00000000000..4aae1921003 --- /dev/null +++ b/engine/src/flutter/tests/modules/application-expected.txt @@ -0,0 +1,5 @@ +Running 1 tests +ok 1 Application should have a constructor +1 tests +1 pass +0 fail diff --git a/engine/src/flutter/tests/modules/application.sky b/engine/src/flutter/tests/modules/application.sky new file mode 100644 index 00000000000..6fa8af19128 --- /dev/null +++ b/engine/src/flutter/tests/modules/application.sky @@ -0,0 +1,14 @@ + + + + + diff --git a/engine/src/flutter/tests/modules/modules-expected.txt b/engine/src/flutter/tests/modules/modules-expected.txt new file mode 100644 index 00000000000..c7bf9331b91 --- /dev/null +++ b/engine/src/flutter/tests/modules/modules-expected.txt @@ -0,0 +1,5 @@ +Running 1 tests +ok 1 Module should be constructable +1 tests +1 pass +0 fail diff --git a/engine/src/flutter/tests/modules/modules.sky b/engine/src/flutter/tests/modules/modules.sky new file mode 100644 index 00000000000..1e7bf94a46a --- /dev/null +++ b/engine/src/flutter/tests/modules/modules.sky @@ -0,0 +1,18 @@ + + + + +