mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
Add missing <link-summary>
This commit is contained in:
parent
28d2930606
commit
df84bbe60b
@ -1,6 +1,8 @@
|
|||||||
[//]: # (title: Writing Tests)
|
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||||
|
|
||||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
# Writing Tests
|
||||||
|
|
||||||
|
<link-summary>Introduction to implementing tests.</link-summary>
|
||||||
|
|
||||||
In most cases, once you have the necessary files copied to the test project and loaded into the in-memory editor, writing the test itself involves invoking your plugin code and has few dependencies on the test framework.
|
In most cases, once you have the necessary files copied to the test project and loaded into the in-memory editor, writing the test itself involves invoking your plugin code and has few dependencies on the test framework.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user