jar

org.necula.bond : bond

Maven & Gradle

Feb 05, 2016
6 stars

Bond Testing Library · Bond is a small library that can be used to spy values and mock functions during tests. Spying is a replacement for writing the assertEquals in your test, which are tedious to write and even more tedious to update whem your test setup or code inevitably changes. With Bond, you separate what is being verified, e.g., the variable named output, from what value it should have. This way you can quickly spy several variables, even have structured values such as lists or dictionaries, and these values are saved into an observation log that is saved for future reference. If the test observations are different you have the option to interact with a console or visual tool to see what has changed, and whether the reference set of observations need to be updated.

Table Of Contents

Latest Version

Download org.necula.bond : bond JAR file - Latest Versions:

All Versions

Download org.necula.bond : bond JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bond-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

bond.reconcile

├─ bond.reconcile.AbortReconciler.class - [JAR]

├─ bond.reconcile.AcceptReconciler.class - [JAR]

├─ bond.reconcile.ConsoleReconciler.class - [JAR]

├─ bond.reconcile.DialogReconciler.class - [JAR]

├─ bond.reconcile.KDiff3Reconciler.class - [JAR]

├─ bond.reconcile.ReconcileDialog.class - [JAR]

├─ bond.reconcile.ReconcileType.class - [JAR]

├─ bond.reconcile.Reconciler.class - [JAR]

bond.spypoint

├─ bond.spypoint.BondMockPolicy.class - [JAR]

├─ bond.spypoint.SpyPoint.class - [JAR]

bond

├─ bond.Bond.class - [JAR]

├─ bond.BondTestRule.class - [JAR]

├─ bond.CheckedExcepter.class - [JAR]

├─ bond.Doer.class - [JAR]

├─ bond.Excepter.class - [JAR]

├─ bond.Filter.class - [JAR]

├─ bond.IllegalSpyAgentException.class - [JAR]

├─ bond.Observation.class - [JAR]

├─ bond.Resulter.class - [JAR]

├─ bond.Serializer.class - [JAR]

├─ bond.SpyAgent.class - [JAR]

├─ bond.SpyResult.class - [JAR]