Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sarah.grebing
ProofScriptParser
Commits
c70c5bf6
Commit
c70c5bf6
authored
Nov 22, 2018
by
Sarah Grebing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New KeYFiles
parent
7c6c03b2
Pipeline
#33067
passed with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
keydeps/lib/temp31_10/key.core.jar
keydeps/lib/temp31_10/key.core.jar
+0
-0
keydeps/lib/temp31_10/key.ui.jar
keydeps/lib/temp31_10/key.ui.jar
+0
-0
keydeps/lib/temp31_10/key.util.jar
keydeps/lib/temp31_10/key.util.jar
+0
-0
rt-key/src/test/java/edu/kit/iti/formal/psdbg/interpreter/KeyMatcherDerivableTest.java
...iti/formal/psdbg/interpreter/KeyMatcherDerivableTest.java
+2
-2
No files found.
keydeps/lib/temp31_10/key.core.jar
0 → 100644
View file @
c70c5bf6
File added
keydeps/lib/temp31_10/key.ui.jar
0 → 100644
View file @
c70c5bf6
File added
keydeps/lib/temp31_10/key.util.jar
0 → 100644
View file @
c70c5bf6
File added
rt-key/src/test/java/edu/kit/iti/formal/psdbg/interpreter/KeyMatcherDerivableTest.java
View file @
c70c5bf6
...
...
@@ -29,12 +29,12 @@ public class KeyMatcherDerivableTest {
Term
termQ
=
new
TermBuilder
(
f
.
getEnvironment
().
getServices
().
getTermFactory
(),
f
.
getEnvironment
().
getServices
()).
parseTerm
(
"q"
);
System
.
out
.
println
(
termQ
);
GoalNode
<
KeyData
>
a
=
KeYMatcher
.
isDerivable
(
proof
,
gn
,
termQ
);
//
GoalNode<KeyData> a = KeYMatcher.isDerivable(proof, gn, termQ);
System
.
out
.
println
(
proof
);
Assert
.
assertNotNull
(
a
);
//
Assert.assertNotNull(a);
Assert
.
assertEquals
(
1
,
proof
.
getSubtreeGoals
(
proof
.
root
()).
size
());
}
...
...
Write
Preview
Markdown
is supported
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