Fix trailing white-spaces in tests too.
This commit is contained in:
parent
2bb24448a1
commit
86ec4b9c6b
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link BosDescriptor} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class BosDescriptorTest
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link BosDevCapabilityDescriptor} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class BosDevCapabilityDescriptorTest
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link ConfigDescriptor} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class ConfigDescriptorTest
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link ContainerIdDescriptor} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class ContainerIdDescriptorTest
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link DeviceDescriptor} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class DeviceDescriptorTest
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link EndpointDescriptor} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class EndpointDescriptorTest
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link InterfaceDescriptor} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class InterfaceDescriptorTest
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link Interface} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class InterfaceTest
|
||||
|
||||
@ -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.
|
||||
*/
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link SsEndpointCompanionDescriptor} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class SsEndpointCompanionDescriptorTest
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link SsUsbDeviceCapabilityDescriptor} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class SsUsbDeviceCapabilityDescriptorTest
|
||||
|
||||
@ -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
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link Usb20ExtensionDescriptor} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class Usb20ExtensionDescriptorTest
|
||||
|
||||
@ -13,7 +13,7 @@ import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests the {@link Version} class.
|
||||
*
|
||||
*
|
||||
* @author Klaus Reimer (k@ailis.de)
|
||||
*/
|
||||
public class VersionTest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user