Class ComplexNumberTest
java.lang.Object
org.woehlke.computer.kurzweil.mandelbrot.model.ComplexNumberTest
public class ComplexNumberTest
extends java.lang.Object
(C) 2006 - 2015 Thomas Woehlke.
https://thomas-woehlke.blogspot.com/2016/01/mandelbrot-set-drawn-by-turing-machine.html
- Author:
- Thomas Woehlke Created by tw on 24.08.15.
-
Field Summary
Fields Modifier and Type Field Description static java.util.logging.Loggerlog -
Constructor Summary
Constructors Constructor Description ComplexNumberTest() -
Method Summary
Modifier and Type Method Description voidcomputeJuliaTest1()voidcomputeJuliaTest2()voidcomputeMandelbrotTest1()voidcomputeMandelbrotTest2()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
log
public static java.util.logging.Logger log
-
-
Constructor Details
-
ComplexNumberTest
public ComplexNumberTest()
-
-
Method Details
-
computeMandelbrotTest1
@Test public void computeMandelbrotTest1() -
computeMandelbrotTest2
@Test public void computeMandelbrotTest2() -
computeJuliaTest1
@Test public void computeJuliaTest1() -
computeJuliaTest2
@Test public void computeJuliaTest2()
-