Skip navigation links
A C F J 

A

AllAssertions - Interface in com.github.aro_tech.tdd_mixins
 
assertArrayEquals(boolean[], boolean[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(boolean[],boolean[]) Assert.assertArrayEquals(boolean[],boolean[])
assertArrayEquals(byte[], byte[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(byte[],byte[]) Assert.assertArrayEquals(byte[],byte[])
assertArrayEquals(char[], char[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(char[],char[]) Assert.assertArrayEquals(char[],char[])
assertArrayEquals(int[], int[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(int[],int[]) Assert.assertArrayEquals(int[],int[])
assertArrayEquals(long[], long[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(long[],long[]) Assert.assertArrayEquals(long[],long[])
assertArrayEquals(Object[], Object[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(java.lang.Object[],java.lang.Object[]) Assert.assertArrayEquals(java.lang.Object[],java.lang.Object[])
assertArrayEquals(short[], short[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(short[],short[]) Assert.assertArrayEquals(short[],short[])
assertArrayEquals(double[], double[], double) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(double[],double[],double) Assert.assertArrayEquals(double[],double[],double)
assertArrayEquals(float[], float[], float) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(float[],float[],float) Assert.assertArrayEquals(float[],float[],float)
assertArrayEquals(String, boolean[], boolean[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(java.lang.String,boolean[],boolean[]) throws org.junit.internal.ArrayComparisonFailure Assert.assertArrayEquals(java.lang.String,boolean[],boolean[])
assertArrayEquals(String, byte[], byte[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(java.lang.String,byte[],byte[]) throws org.junit.internal.ArrayComparisonFailure Assert.assertArrayEquals(java.lang.String,byte[],byte[])
assertArrayEquals(String, char[], char[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(java.lang.String,char[],char[]) throws org.junit.internal.ArrayComparisonFailure Assert.assertArrayEquals(java.lang.String,char[],char[])
assertArrayEquals(String, int[], int[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(java.lang.String,int[],int[]) throws org.junit.internal.ArrayComparisonFailure Assert.assertArrayEquals(java.lang.String,int[],int[])
assertArrayEquals(String, long[], long[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(java.lang.String,long[],long[]) throws org.junit.internal.ArrayComparisonFailure Assert.assertArrayEquals(java.lang.String,long[],long[])
assertArrayEquals(String, Object[], Object[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(java.lang.String,java.lang.Object[],java.lang.Object[]) throws org.junit.internal.ArrayComparisonFailure Assert.assertArrayEquals(java.lang.String,java.lang.Object[],java.lang.Object[])
assertArrayEquals(String, short[], short[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(java.lang.String,short[],short[]) throws org.junit.internal.ArrayComparisonFailure Assert.assertArrayEquals(java.lang.String,short[],short[])
assertArrayEquals(String, double[], double[], double) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(java.lang.String,double[],double[],double) throws org.junit.internal.ArrayComparisonFailure Assert.assertArrayEquals(java.lang.String,double[],double[],double)
assertArrayEquals(String, float[], float[], float) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertArrayEquals(java.lang.String,float[],float[],float) throws org.junit.internal.ArrayComparisonFailure Assert.assertArrayEquals(java.lang.String,float[],float[],float)
assertEquals(double, double) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Deprecated.
assertEquals(long, long) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertEquals(long,long) Assert.assertEquals(long,long)
assertEquals(Object, Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertEquals(java.lang.Object,java.lang.Object) Assert.assertEquals(java.lang.Object,java.lang.Object)
assertEquals(Object[], Object[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Deprecated.
assertEquals(double, double, double) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertEquals(double,double,double) Assert.assertEquals(double,double,double)
assertEquals(float, float, float) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertEquals(float,float,float) Assert.assertEquals(float,float,float)
assertEquals(String, double, double) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Deprecated.
assertEquals(String, long, long) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertEquals(java.lang.String,long,long) Assert.assertEquals(java.lang.String,long,long)
assertEquals(String, Object, Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertEquals(java.lang.String,java.lang.Object,java.lang.Object) Assert.assertEquals(java.lang.String,java.lang.Object,java.lang.Object)
assertEquals(String, Object[], Object[]) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Deprecated.
assertEquals(String, double, double, double) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertEquals(java.lang.String,double,double,double) Assert.assertEquals(java.lang.String,double,double,double)
assertEquals(String, float, float, float) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertEquals(java.lang.String,float,float,float) Assert.assertEquals(java.lang.String,float,float,float)
assertFalse(boolean) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertFalse(boolean) Assert.assertFalse(boolean)
assertFalse(String, boolean) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertFalse(java.lang.String,boolean) Assert.assertFalse(java.lang.String,boolean)
assertJFail(String) - Method in interface com.github.aro_tech.tdd_mixins.AllAssertions
Call AssertJ.fail()
assertNotEquals(long, long) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotEquals(long,long) Assert.assertNotEquals(long,long)
assertNotEquals(Object, Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotEquals(java.lang.Object,java.lang.Object) Assert.assertNotEquals(java.lang.Object,java.lang.Object)
assertNotEquals(double, double, double) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotEquals(double,double,double) Assert.assertNotEquals(double,double,double)
assertNotEquals(float, float, float) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotEquals(float,float,float) Assert.assertNotEquals(float,float,float)
assertNotEquals(String, long, long) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotEquals(java.lang.String,long,long) Assert.assertNotEquals(java.lang.String,long,long)
assertNotEquals(String, Object, Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotEquals(java.lang.String,java.lang.Object,java.lang.Object) Assert.assertNotEquals(java.lang.String,java.lang.Object,java.lang.Object)
assertNotEquals(String, double, double, double) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotEquals(java.lang.String,double,double,double) Assert.assertNotEquals(java.lang.String,double,double,double)
assertNotEquals(String, float, float, float) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotEquals(java.lang.String,float,float,float) Assert.assertNotEquals(java.lang.String,float,float,float)
assertNotNull(Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotNull(java.lang.Object) Assert.assertNotNull(java.lang.Object)
assertNotNull(String, Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotNull(java.lang.String,java.lang.Object) Assert.assertNotNull(java.lang.String,java.lang.Object)
assertNotSame(Object, Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotSame(java.lang.Object,java.lang.Object) Assert.assertNotSame(java.lang.Object,java.lang.Object)
assertNotSame(String, Object, Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNotSame(java.lang.String,java.lang.Object,java.lang.Object) Assert.assertNotSame(java.lang.String,java.lang.Object,java.lang.Object)
assertNull(Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNull(java.lang.Object) Assert.assertNull(java.lang.Object)
assertNull(String, Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertNull(java.lang.String,java.lang.Object) Assert.assertNull(java.lang.String,java.lang.Object)
assertSame(Object, Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertSame(java.lang.Object,java.lang.Object) Assert.assertSame(java.lang.Object,java.lang.Object)
assertSame(String, Object, Object) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertSame(java.lang.String,java.lang.Object,java.lang.Object) Assert.assertSame(java.lang.String,java.lang.Object,java.lang.Object)
assertThat(T, Matcher<? super T>) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertThat(T,org.hamcrest.Matcher
assertThat(String, T, Matcher<? super T>) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertThat(java.lang.String,T,org.hamcrest.Matcher
assertTrue(boolean) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertTrue(boolean) Assert.assertTrue(boolean)
assertTrue(String, boolean) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.assertTrue(java.lang.String,boolean) Assert.assertTrue(java.lang.String,boolean)

C

com.github.aro_tech.tdd_mixins - package com.github.aro_tech.tdd_mixins
 

F

fail() - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.fail() Assert.fail()

J

JUnitAssert - Interface in com.github.aro_tech.tdd_mixins
Wrapper of static elements in org.junit.Assert Generated by Interface-It: https://github.com/aro-tech/interface-it Assert
junitFail(String) - Method in interface com.github.aro_tech.tdd_mixins.JUnitAssert
Delegate call to public static void org.junit.Assert.fail(java.lang.String) Assert.fail(java.lang.String)
A C F J 
Skip navigation links

Copyright © 2022. All rights reserved.