Test File Quick Fixes


When editing Mathematica test files there are several quick fixes that are useful.

Missing Test ID

This quick fix will generate and insert a unique identifier.

Missing Identifier

Empty Test ID

This quick fix will replace an empty identifier with a uniquely generated one.

Empty Identifier

Multiple Missing Test IDs

Applies the missing identifier fix to every appropriate expression in the file.

Multiple Empty Test IDs

Applies the empty identifier fix to every appropriate expression in the file.