JniRsContextTests.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 JniRsContextTests {
17  @Test
18  public void createContext() {
19  RsContext c = new RsContext();
20  long handle = c.getHandle();
21  assertNotEquals(0, handle);
22  }
23 }
GLuint64 GLenum void * handle
Definition: glext.h:7785
const GLubyte * c
Definition: glext.h:12690


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