import org.aspectj.testing.Tester; import org.aspectj.testing.Tester; public class TestTesterFail { public static void main (String[] args) { Tester.event("1"); Tester.event("event 1"); new TestTesterFail().run(); Tester.checkAllEvents(); // does not include events Tester.checkEventsFromFile("TestTester.events"); // should fail if FNF } static { Tester.expectEvent("1"); Tester.expectEvent("2"); // fail here - misentered below Tester.expectEvent("3"); // fail here - expected but not found } public void run() { Tester.event("2 "); // Tester.event("event2"); // fail here - space Tester.check(false, "failure"); // fail here - explicitly Tester.checkEqual("1", "1 ", "failure"); // fail here - space Tester.checkEqual("", "1"); // fail here } } stinrainbow/json-schema'>3rdparty/justinrainbow/json-schema Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/theming/l10n/nb.json
blob: 2dfb84f1a15096eab99c1dc191d19b08c71883f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25