CustomerAISystemTests.java

package com.devcharles.piazzapanic.testing.componentsystems;

import java.util.Map;

import org.junit.Before;
import org.junit.Test;

import com.devcharles.piazzapanic.componentsystems.CustomerAISystem;
import com.devcharles.piazzapanic.testing.BasicTest;

public class CustomerAISystemTests implements BasicTest {

    private CustomerAISystem customerAISystem;

    @Override
    @Before
    public void initialize() throws Exception {
        // TODO Auto-generated method stub

    }

    @Override
    @Test
    public void constructorTest() throws Exception {
        // TODO Auto-generated method stub
    }
}