mps-coderules/reactor/Test/test
Fedor Isakov 207be07df9 Introduce try-tell protocol for invoking predicates
The default tell protocol assumes an exception is to be thrown
in case predicate is not satisfied. This may lead to unnecessary
exceptions being thrown in a situation where a simple failure
status would have been sufficient.
2021-04-08 11:31:29 +02:00
..
jetbrains/mps/unification/test Move TermWalker from tests package to core.internal to reuse for MPSCR-66 2020-07-28 18:53:41 +03: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 Introduce ProcessingSession for creating session from token & ending it 2020-11-18 11:36:28 +03:00
RulesHelper.kt Introduce try-tell protocol for invoking predicates 2021-04-08 11:31:29 +02:00
TestController.kt Alternative solution for invalidating feedback 2021-04-08 08:51:39 +02:00
TestIncrementalProgram.kt Implement fallback from incremental to default processing on unhandled cases (MPSCR-67) 2021-01-29 13:39:31 +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 Make RuleIndex incrementally updatable. Drop segments feature. 2020-08-06 17:45:47 +02:00
TestProgramBuilder.kt Minor refactoring: drop usages of Program.rulesLists() method. 2020-12-01 21:55:17 +01:00
TestRuleIndex.kt refactoring: introduce Rule.Tag instead of several fields (basetag/tag/uniqueTag) 2020-12-15 17:59:05 +03:00
TestRuleMatcher.kt refactoring: introduce Rule.Tag instead of several fields (basetag/tag/uniqueTag) 2020-12-15 17:59:05 +03:00
TestStoreAwareJournal.kt minor: Remove ignored test for not implemented and not needed feature of MatchJournal 2020-12-15 17:59:10 +03:00
TestTermTrie.kt Fix TermTrie not processing correctly ref to a Nil. 2019-08-10 15:18:04 +02:00