blob: aebcc22bea999772ab9ee6addf0e0d4dde38c390 [file] [log] [blame]
/**
*
* Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>
*
* ====================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ====================================================================
*/
package org.jclouds.http;
import org.testng.annotations.Test;
/**
*
* @author Adrian Cole
*/
public class TransformingHttpCommandImplTest {
@Test
public void testToString() {
// TODO
}
@Test
public void testTransformingHttpCommandImpl() {
// TODO
}
@Test
public void testExecute() {
// TODO
}
@Test
public void testGetFailureCount() {
// TODO
}
@Test
public void testIncrementFailureCount() {
// TODO
}
@Test
public void testSetCurrentEndpoint() {
// TODO
}
@Test
public void testGetCurrentEndpoint() {
// TODO
}
@Test
public void testSetException() {
// TODO
}
@Test
public void testGetException() {
// TODO
}
@Test
public void testIncrementRedirectCount() {
// TODO
}
@Test
public void testGetRedirectCount() {
// TODO
}
@Test
public void testIsReplayable() {
// TODO
}
@Test
public void testBuildRequest() {
// TODO
}
@Test
public void testSetCurrentMethod() {
// TODO
}
}