mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
---
|
|
id: kibKbnTestPluginApi
|
|
slug: /kibana-dev-docs/api/kbn-test
|
|
title: "@kbn/test"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the @kbn/test plugin
|
|
date: 2022-07-27
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test']
|
|
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
|
---
|
|
import kbnTestObj from './kbn_test.devdocs.json';
|
|
|
|
|
|
|
|
Contact Operations for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 252 | 5 | 211 | 11 |
|
|
|
|
## Server
|
|
|
|
### Objects
|
|
<DocDefinitionList data={kbnTestObj.server.objects}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={kbnTestObj.server.functions}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={kbnTestObj.server.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={kbnTestObj.server.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={kbnTestObj.server.misc}/>
|
|
|