Generate Tests for Generic Functions

Use a shortcut to generate test files for your generic functions.

You can now generate tests for functions with generic parameters.

To generate a test for a generic function, click the function, press ⌘⇧T (macOS) / Ctrl+Shift+T (Windows/Linux), and select Test for function from the popup.

Related Resources

Live Template to Create a for Loop
Live Template to Create a for Loop
Benchmark loops are repetitive, so let the IDE handle this for you.
Live Template to Write Benchmark Functions
Live Template to Write Benchmark Functions
Write benchmarks quicker thanks to the builtin bench live template.
Live Template to Create Test Function
Live Template to Create Test Function
Write tests faster thanks to the builtin func Test live template.