mps-coderules/reactor/Test/test
Fedor Isakov c7fb0502cc Dereference all refs within term on unification.
Method findSolution now walks all refs inside a term.
This guarantees no "hidden" cycles, but also breaks the
"cyclic term" feature.
2020-03-10 14:31:20 +01:00
..
jetbrains/mps/unification/test Dereference all refs within term on unification. 2020-03-10 14:31:20 +01:00
AssertHelper.kt Logical with assigned value has higher rank. Notifications are to be dispatched accordingly. 2019-01-25 13:52:10 +01:00
ExpressionSolver.kt Introduce solver() method to PredicateSymbol. 2019-02-17 11:39:56 +01:00
LogicalHelper.kt Rename some API interfaces to better reflect the intent. 2019-05-02 14:46:58 +02:00
MockIncrProgSpec.kt Fix small issue related to mutable justifications in Occurrence. Upd tests with latest changes. 2019-07-26 17:00:30 +02:00
RulesHelper.kt minor: rename test method princConstraint to pconstraint 2020-03-02 17:58:05 +03:00
TestController.kt Provide additional information about parent principal chunk to Feedback (MPSCR-32) 2020-02-05 12:29:33 +03:00
TestIncrementalProgram.kt Add test that ensures that justifications invariant is preserved by a fix to MPSCR-47 2020-03-02 22:03:05 +03:00
TestLogical.kt Add, remove and merge observers on Logical always on their roots. Fixes MPSCR-28 2019-12-23 21:13:07 +03:00
TestLogicalObserver.kt Add, remove and merge observers on Logical always on their roots. Fixes MPSCR-28 2019-12-23 21:13:07 +03:00
TestProgram.kt Experimental feature: Rules segmentation. 2019-09-27 21:59:58 +02:00
TestProgramBuilder.kt Rename 'handlers' in Program to 'rulesLists' 2019-11-06 19:10:29 +03:00
TestRuleIndex.kt Experimental feature: Rules segmentation. 2019-09-27 21:59:58 +02:00
TestRuleMatcher.kt Add tests to verify expected behavior of repeated expansion of the same occurrence (MPSCR-37) 2020-02-05 18:52:18 +03:00
TestStoreAwareJournal.kt Ensure MatchJournalImpl.replay is idempotent operation, add test for it 2020-03-02 22:03:05 +03:00
TestTermTrie.kt Fix TermTrie not processing correctly ref to a Nil. 2019-08-10 15:18:04 +02:00