All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.openxc.sinks.ContextualVehicleDataSinkTest Maven / Gradle / Ivy

There is a newer version: 5.2
Show newest version
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