JniPipelineTests.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 import androidx.test.ext.junit.runners.AndroidJUnit4;
4 
5 import org.junit.Test;
6 import org.junit.runner.RunWith;
7 
8 import static org.junit.Assert.assertNotEquals;
9 
15 @RunWith(AndroidJUnit4.class)
16 public class JniPipelineTests {
17  @Test
18  public void create() {
19  Pipeline p = new Pipeline();
20  long handle = p.getHandle();
21  assertNotEquals(0, handle);
22  }
23 }
GLfloat GLfloat p
Definition: glext.h:12687
GLuint64 GLenum void * handle
Definition: glext.h:7785


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:20