org.fudgemsg.test
Class FudgeUtils
java.lang.Object
org.fudgemsg.test.FudgeUtils
public class FudgeUtils
- extends Object
Utilities for testing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FudgeUtils
public FudgeUtils()
assertAllFieldsMatch
public static void assertAllFieldsMatch(FudgeFieldContainer expectedMsg,
FudgeFieldContainer actualMsg)
- Parameters:
expectedMsg
- [documentation not available]actualMsg
- [documentation not available]
assertAllFieldsMatch
public static void assertAllFieldsMatch(FudgeFieldContainer expectedMsg,
FudgeFieldContainer actualMsg,
boolean fieldOrderMatters)
- Parameters:
expectedMsg
- [documentation not available]actualMsg
- [documentation not available]fieldOrderMatters
- [documentation not available]
assertArraysMatch
public static void assertArraysMatch(double[] expected,
double[] actual)
- Parameters:
expected
- [documentation not available]actual
- [documentation not available]
assertArraysMatch
public static void assertArraysMatch(float[] expected,
float[] actual)
- Parameters:
expected
- [documentation not available]actual
- [documentation not available]
assertArraysMatch
public static void assertArraysMatch(long[] expected,
long[] actual)
- Parameters:
expected
- [documentation not available]actual
- [documentation not available]
assertArraysMatch
public static void assertArraysMatch(int[] expected,
int[] actual)
- Parameters:
expected
- [documentation not available]actual
- [documentation not available]
assertArraysMatch
public static void assertArraysMatch(short[] expected,
short[] actual)
- Parameters:
expected
- [documentation not available]actual
- [documentation not available]
assertArraysMatch
public static void assertArraysMatch(byte[] expected,
byte[] actual)
- Parameters:
expected
- [documentation not available]actual
- [documentation not available]
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Released under the Apache License, Version 2.0