Registry / testing / hbase-annotations

hbase-annotations

JSON →
library2.6.5javamavenunverified

Provides annotations for testing in Apache HBase, such as marking tests that require a running HBase cluster.

<dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-annotations</artifactId> <version>2.6.5</version> </dependency>
INSTALL
IMPORT
SIG · HBASE-ANNOTATIONS
H
hbase-annotations
testingjavav2.6.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LargeTests
org.apache.hadoop.hbase.testclassification.LargeTests

Annotates a test class with the LargeTests category for HBase testing.

import org.apache.hadoop.hbase.testclassification.LargeTests; import org.junit.experimental.categories.Category; @Category(LargeTests.class) public class MyTest { // Test methods }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hbase-annotations — mvn dependency:get hbase-annotations · libregistry