Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
ProB Rodin Plugin
Commits
27fe06e4
Commit
27fe06e4
authored
Jan 08, 2013
by
Lukas Ladenberger
Browse files
Merge branch 'develop' into feature/multiview
parents
6d4120fb
531082b7
Changes
53
Hide whitespace changes
Inline
Side-by-side
de.prob.core.tests/.classpath
0 → 100644
View file @
27fe06e4
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.pde.core.requiredPlugins"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.junit.JUNIT_CONTAINER/4"
/>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
</classpath>
de.prob.core.tests/.project
0 → 100644
View file @
27fe06e4
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
de.prob.core.tests
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.pde.ManifestBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.pde.SchemaBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.pde.PluginNature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
</natures>
</projectDescription>
de.prob.core.tests/.settings/org.eclipse.jdt.core.prefs
0 → 100644
View file @
27fe06e4
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
de.prob.core.tests/META-INF/MANIFEST.MF
0 → 100644
View file @
27fe06e4
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: de.prob.core.tests
Bundle-Version: 1.0.0.qualifier
Fragment-Host: de.prob.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.8.2"
de.prob.core.tests/build.properties
0 → 100644
View file @
27fe06e4
source..
=
src/
output..
=
bin/
bin.includes
=
META-INF/,
\
.
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleAllUnitTests.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleAllUnitTests.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
org.junit.runner.RunWith
;
import
org.junit.runners.Suite
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleAndUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleAndUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
static
org
.
junit
.
Assert
.
assertTrue
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleFinallyUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleFinallyUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
static
org
.
junit
.
Assert
.
assertTrue
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleGloballyUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleGloballyUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
static
org
.
junit
.
Assert
.
assertTrue
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleHistoryUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleHistoryUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
static
org
.
junit
.
Assert
.
assertTrue
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleImplyUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleImplyUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
static
org
.
junit
.
Assert
.
assertTrue
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleNextUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleNextUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
org.junit.Test
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleNotUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleNotUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
org.junit.Test
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleOnceUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleOnceUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
org.junit.Test
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleOrUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleOrUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
static
org
.
junit
.
Assert
.
assertTrue
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleReleaseUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleReleaseUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
import
org.junit.Test
;
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleSinceUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleSinceUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
/**
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleTriggerUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleTriggerUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
/**
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleUntilUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleUntilUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
/**
...
...
de.prob.core
/
test/de/prob/core/domainobjects/ltl/
unit
tests/CounterExampleWeakUntilUnitTest.java
→
de.prob.core
.
test
s/src
/de/prob/core/domainobjects/ltl/tests/CounterExampleWeakUntilUnitTest.java
View file @
27fe06e4
package
de.prob.core.domainobjects.ltl.
unit
tests
;
package
de.prob.core.domainobjects.ltl.tests
;
/**
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment