-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-docs-java-generate-tests-with-default-configuration-md-a8dd44ceac8ca2c81fbd.js.map
1 lines (1 loc) · 3.78 KB
/
component---src-docs-java-generate-tests-with-default-configuration-md-a8dd44ceac8ca2c81fbd.js.map
1
{"version":3,"file":"component---src-docs-java-generate-tests-with-default-configuration-md-a8dd44ceac8ca2c81fbd.js","mappings":"8RAMaA,EAAe,CAAC,OAAE,kQAC/B,IAAMC,EAAc,CAClBD,aAAAA,GAEIE,EAAYC,EAAAA,EACH,SAASC,EAAW,GAGhC,IAFDC,EAAU,EAAVA,WACGC,GAAK,YAER,OAAO,QAACJ,GAAS,UAAKD,EAAiBK,EAAK,CAAED,WAAYA,EAAYE,QAAQ,eAG5E,6DACA,mBACE,cAAIC,WAAW,MAAI,mBACnB,cAAIA,WAAW,MAAI,4CACnB,cAAIA,WAAW,MAAI,uCAErB,cACE,GAAM,4DAA0D,6DAElE,mBACE,cAAIA,WAAW,MAAI,6CACnB,cAAIA,WAAW,MAAI,oFAAqF,mBAAS,6BAC9F,kBAAQA,WAAW,MAAI,sCAAgD,cAAc,kBAAQA,WAAW,MAAI,eAAyB,MACxJ,cAAIA,WAAW,MAAI,kFAAmF,mBAAS,YAC7G,kBAAQA,WAAW,MAAI,eAAyB,+BAA+B,kBAAQA,WAAW,MAAI,eAAyB,OAAO,kBAAQA,WAAW,MAAI,0BAAoC,MACnM,cAAIA,WAAW,MAAI,WAAY,kBAAQA,WAAW,MAAI,mCAA6C,iFAAiF,kBAAQA,WAAW,MAAI,kBAA4B,QAAQ,kBAAQA,WAAW,MAAI,oBAA8B,KAAK,sBAE3S,wFACA,kBAAG,cAAIA,WAAW,KAAG,SAAe,8MAA8M,aAAGA,WAAW,IAC5P,KAAQ,8FACP,kBAAQA,WAAW,KAAG,sBAAmC,KAGlE,CAAC,yPAEDJ,EAAWK,gBAAiB,C","sources":["webpack://unittestbot-web/./src/docs/java/Generate-tests-with-default-configuration.md"],"sourcesContent":["import * as React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport DefaultLayout from \"/home/runner/work/utbot-site-staging/utbot-site-staging/node_modules/gatsby-theme-docz/src/base/Layout.js\";\nexport const _frontmatter = {};\nconst layoutProps = {\n _frontmatter\n};\nconst MDXLayout = DefaultLayout;\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n\n <p>{`With UnitTestBot you can generate tests`}</p>\n <ul>\n <li parentName=\"ul\">{`for a package,`}</li>\n <li parentName=\"ul\">{`for a single class or a set of classes,`}</li>\n <li parentName=\"ul\">{`for a method or a set of methods.`}</li>\n </ul>\n <h2 {...{\n \"id\": \"how-to-generate-and-run-tests-with-default-configuration\"\n }}>{`How to generate and run tests with default configuration`}</h2>\n <ol>\n <li parentName=\"ol\">{`Open your Java project in IntelliJ IDEA.`}</li>\n <li parentName=\"ol\">{`Choose the required package, class or set of classes in the Project tool window.`}<br></br>{`\nRight-click and choose `}<strong parentName=\"li\">{`Generate Tests with UnitTestBot...`}</strong>{` or press `}<strong parentName=\"li\">{`Alt+Shift+U`}</strong>{`.`}</li>\n <li parentName=\"ol\">{`Alternatively, in the Editor, place the caret at the required class or method.`}<br></br>{`\nPress `}<strong parentName=\"li\">{`Alt+Shift+U`}</strong>{` or right-click and choose `}<strong parentName=\"li\">{`Generate...`}</strong>{` > `}<strong parentName=\"li\">{`Tests with UnitTestBot`}</strong>{`.`}</li>\n <li parentName=\"ol\">{`In the `}<strong parentName=\"li\">{`Generate Tests with UnitTestBot`}</strong>{` window tick the classes or methods you'd like to cover with tests and press `}<strong parentName=\"li\">{`Generate Tests`}</strong>{` or `}<strong parentName=\"li\">{`Generate and Run`}</strong>{`.`}<br></br></li>\n </ol>\n <p>{`Now you can see the resulting test class or classes in the Editor.`}</p>\n <p><em parentName=\"p\">{`Note:`}</em>{` if you re-generate the test for a given class or method, it will erase the previously generated test for this unit. To prevent this, rename or move the tests you want to keep. For more information see `}<a parentName=\"p\" {...{\n \"href\": \"https://github.com/UnitTestBot/UTBotJava/wiki/Fine-tune-test-generation#test-sources-root\"\n }}><strong parentName=\"a\">{`Test sources root`}</strong></a>{`.`}</p>\n\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;\n "],"names":["_frontmatter","layoutProps","MDXLayout","DefaultLayout","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"sourceRoot":""}