Fix trailing white-spaces in tests too.

This commit is contained in:
Luca Longinotti 2013-07-15 16:35:18 +02:00
parent 2bb24448a1
commit 86ec4b9c6b
16 changed files with 25 additions and 25 deletions

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link BosDescriptor} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class BosDescriptorTest

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link BosDevCapabilityDescriptor} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class BosDevCapabilityDescriptorTest

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link ConfigDescriptor} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class ConfigDescriptorTest

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link ContainerIdDescriptor} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class ContainerIdDescriptorTest

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link DeviceDescriptor} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class DeviceDescriptorTest

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link EndpointDescriptor} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class EndpointDescriptorTest

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link InterfaceDescriptor} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class InterfaceDescriptorTest

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link Interface} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class InterfaceTest

View File

@ -24,7 +24,7 @@ import de.ailis.usb4java.utils.BufferUtils;
/**
* Tests the device-scope methods of the {@link LibUsb} class which need a open
* USB context and a device to run the tests on.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class LibUSBDeviceTest
@ -72,7 +72,7 @@ public class LibUSBDeviceTest
/**
* Finds a test device with at least one endpoint.
*
*
* @return The test device or null if none.
*/
private Device findTestDevice()
@ -658,7 +658,7 @@ public class LibUSBDeviceTest
/**
* Tests the {@link LibUsb#getDeviceDescriptor(Device, DeviceDescriptor)}
* method.
*
*
* Most descriptor fields can be anything because we are not testing a
* specific device. We call each method anyway to make sure it is connected
* to JNI and doesn't crash.
@ -707,7 +707,7 @@ public class LibUSBDeviceTest
/**
* Validates the specified config descriptor.
*
*
* @param desc
* The config descriptor to validate.
*/
@ -731,7 +731,7 @@ public class LibUSBDeviceTest
/**
* Validates the specified interface.
*
*
* @param iface
* The interface to validate.
*/
@ -746,7 +746,7 @@ public class LibUSBDeviceTest
/**
* Validates the specified interface descriptor.
*
*
* @param desc
* The interface descriptor to validate.
*/
@ -771,7 +771,7 @@ public class LibUSBDeviceTest
/**
* Validates the specified endpoint desriptor.
*
*
* @param desc
* The endpoint descriptor to validate.
*/

View File

@ -18,7 +18,7 @@ import org.junit.Test;
/**
* Tests the global-scope methods of the {@link LibUsb} class which need a
* open USB context.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class LibUSBGlobalTest

View File

@ -25,7 +25,7 @@ import de.ailis.usb4java.utils.BufferUtils;
/**
* Tests the {@link LibUsb} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class LibUSBTest
@ -673,7 +673,7 @@ public class LibUSBTest
{
assumeUsbTestsEnabled();
LibUsb
.freeSsEndpointCompanionDescriptor(new SsEndpointCompanionDescriptor());
.freeSsEndpointCompanionDescriptor(new SsEndpointCompanionDescriptor());
}
/**
@ -817,7 +817,7 @@ public class LibUSBTest
{
assumeUsbTestsEnabled();
LibUsb
.freeSsUsbDeviceCapabilityDescriptor(new SsUsbDeviceCapabilityDescriptor());
.freeSsUsbDeviceCapabilityDescriptor(new SsUsbDeviceCapabilityDescriptor());
}
/**

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link SsEndpointCompanionDescriptor} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class SsEndpointCompanionDescriptorTest

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link SsUsbDeviceCapabilityDescriptor} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class SsUsbDeviceCapabilityDescriptorTest

View File

@ -21,7 +21,7 @@ import org.junit.Test;
/**
* Tests the {@link Transfer} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class TransferTest
@ -82,7 +82,7 @@ public class TransferTest
/**
* Sets the device handle pointer via reflection.
*
*
* @param handle
* The device handle pointer.
* @param pointer

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link Usb20ExtensionDescriptor} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class Usb20ExtensionDescriptorTest

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
* Tests the {@link Version} class.
*
*
* @author Klaus Reimer (k@ailis.de)
*/
public class VersionTest