]> git.argeo.org Git - gpl/argeo-slc.git/commit
Start experiencing with new approaches for test writing
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Feb 2009 20:32:04 +0000 (20:32 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Feb 2009 20:32:04 +0000 (20:32 +0000)
commitfd419cbd85435070ee575b4cf71f74be011d4282
tree6455d93f586176f2615c2824adc00b81fa209760
parentb437f36aed84e2095fef4f2f0fad4981a6dbf11c
Start experiencing with new approaches for test writing

git-svn-id: https://svn.argeo.org/slc/trunk@2151 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
25 files changed:
sandbox/argeo.slc.executionflow/.classpath [new file with mode: 0644]
sandbox/argeo.slc.executionflow/.project [new file with mode: 0644]
sandbox/argeo.slc.executionflow/.springBeans [new file with mode: 0644]
sandbox/argeo.slc.executionflow/pom.xml [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ConsoleContextDescriber.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ContextDescriber.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/EfLauncher.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlow.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionFlowFactory.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionScope.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionSpec.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionSpecAttribute.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/ExecutionTargetSource.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/RefSpecAttribute.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/SimpleExecutionFlow.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/SimpleExecutionSpec.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/SimpleSpecAttribute.java [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/slc/conf/BasicExecutionFlow.groovy [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/slc/conf/basic.xml [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/slc/conf/common.xml [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/slc/conf/main.xml [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/slc/conf/slc.properties [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/slc/conf/test.xml [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/slc/conf/testCases/basic-001.xml [new file with mode: 0644]
sandbox/argeo.slc.executionflow/src/slc/conf/testCases/basic-002.xml [new file with mode: 0644]