类 MathRuntimeExceptionTest
java.lang.Object
org.hipparchus.exception.MathRuntimeExceptionTest
MathRuntimeException
的单元测试。
-
构造器概要
-
方法概要
修饰符和类型方法说明void
检查括号异常消息是否使用完整精度。void
即使在构建异常消息时出现错误,仍会生成有用的消息和堆栈跟踪。
-
构造器详细资料
-
MathRuntimeExceptionTest
public MathRuntimeExceptionTest()
-
-
方法详细资料
-
testGetMessageError
public void testGetMessageError()即使在构建异常消息时出现错误,仍会生成有用的消息和堆栈跟踪。 -
testGetMessageDecimalFormat
public void testGetMessageDecimalFormat()检查括号异常消息是否使用完整精度。
-