-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Vantuz Subhuman edited this page Aug 18, 2015
·
19 revisions
# | Rākau o te riri | Whakaahuatanga |
---|---|---|
1 | DoubleMath | Bunch of static operations for doubles. |
2 | AssertBuilder | A tool to build an exception with multiple assert messages, before throwing it. |
3 | ComparisonPerformer | A framework allowing easily to create performers that will compare any custom objects by a common interface, or just a list of methods or properties. |
4 | PairWise shuffle | The common front for implementations of the w:All-pairs testing algorithms. Tool allows you to shuffle big chunks of data into smaller tables with single constraint - maximum number of possible combinations should appear for each pair of coluns. |
5 | UberStreams | Front factory for everything that has something to do with J8 streams. Especially UberStream and MapStream wrappers, providing additional functionality over standard library streams. |
6 | Try | A tool allowing you to perform try-catch-finally operations in a safe functional manner. |