OSDN Git Service

add new
authortsntsumi <tsntsumi@users.sourceforge.jp>
Sat, 21 Aug 2010 16:41:57 +0000 (16:41 +0000)
committertsntsumi <tsntsumi@users.sourceforge.jp>
Sat, 21 Aug 2010 16:41:57 +0000 (16:41 +0000)
doc/dots/StructCollabo.dot [new file with mode: 0644]

diff --git a/doc/dots/StructCollabo.dot b/doc/dots/StructCollabo.dot
new file mode 100644 (file)
index 0000000..70d9105
--- /dev/null
@@ -0,0 +1,11 @@
+digraph StructureCollaboration {
+  node [ fontsize=9, fontname=Helvetica ];
+  edge [ dir=back, fontsize=9 ];
+  TestSuite -> TestSuite [ label="1..n" ];
+  TestCase -> setup_setUp [ label="0..1" ];
+  TestCase -> setUp [ label="0..1" ];
+  TestSuite -> TestCase [ label="1..n" ];
+  TestCase -> TestFunc [ label="1..n" ];
+  TestCase -> tearDown [ label="0..1" ];
+  TestCase -> setup_tearDown [ label="0..1" ];
+}