com.openxc.sinks.ContextualVehicleDataSinkTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openxc-it Show documentation
Show all versions of openxc-it Show documentation
Instrumentation test suite for OpenXC library
package com.openxc.sinks;
import android.test.AndroidTestCase;
import android.test.suitebuilder.annotation.SmallTest;
public class ContextualVehicleDataSinkTest extends AndroidTestCase {
ContextualVehicleDataSink sink;
@SmallTest
public void testConstructWithContext() {
sink = new ContextualVehicleDataSink(getContext());
// getContext is protected so we can't really test that it works
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy