ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

test​Name​Generator

PHP-PHPUnit / JS-Jasmine Syntax: Will convert plain text task/message into a test method, using the plain text as a comment for readability.

Details

Installs

  • Total 317
  • Win 215
  • Mac 54
  • Linux 48
May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Will convert plain text task/message into a test method, using the plain text as a comment for readability.

Uses the file's syntax to choose between PHPUnit syntax (for PHP files) or Jasmine's “describe” and “it” blocks (for JavaScript). If the syntax is not PHP or JavaScript, no updates will be applied to the file.

Uses the editor's whitespace indent settings. If the cursor line is empty then use “blank” as the original phrase.
If the original phrase is inside a dockblock then it updates the method using the same pattern as when inserting a new test method.

Install

Install by downloading the 1.0.4 release zip and unpacking it into the \Packages folder (SublimeText Menu \ Preferences \ Browse Packages).

Usage

  • Write at least a test name in plain text, using spaces between words
  • Place cursor in the line(s) containing the test name(s)
  • Press Ctrl+Shift+u to convert the line(s) into test(s)

For JavaScript, the default action will be to create a Jasmine “it” block. Add “describe ” as a prefix to the string to create a “describe block”.

Limitations

Only supports PHPUnit syntax and Jasmine (describe and it blocks), for now.

TODO: context menu for selecting different languages / syntaxes

Preview

PHP

JavaScript

Check out the PHPStorm or Eclipse versions of the plugin.