package com.intuit.tank.harness.functions; /* * #%L * Intuit Tank Agent (apiharness) * %% * Copyright (C) 2011 - 2015 Intuit Inc. * %% * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * #L% */ import org.junit.*; import com.intuit.tank.harness.functions.DataTypeFunctions; import static org.junit.Assert.*; /** * The class <code>DataTypeFunctionsTest</code> contains tests for the class <code>{@link DataTypeFunctions}</code>. * * @generatedBy CodePro at 9/3/14 9:21 PM */ public class DataTypeFunctionsTest { /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_1() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_2() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_3() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_4() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_5() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_6() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_7() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_8() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_9() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_10() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_11() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_12() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_13() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_14() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_15() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the String executeFunction(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testExecuteFunction_16() throws Exception { String[] values = new String[] { null, null, "" }; String result = DataTypeFunctions.executeFunction(values); assertEquals("", result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_1() throws Exception { String[] values = new String[] {}; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_2() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_3() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_4() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_5() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_6() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_7() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_8() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_9() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_10() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_11() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_12() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_13() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_14() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_15() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } /** * Run the boolean isValid(String[]) method test. * * @throws Exception * * @generatedBy CodePro at 9/3/14 9:21 PM */ @Test public void testIsValid_16() throws Exception { String[] values = new String[] { null, null, "" }; boolean result = DataTypeFunctions.isValid(values); assertEquals(false, result); } }